MyStandardOutput
Sends text to output. This is how you would define your output function if you were to name itMyStandardOutput
:
void MyStandardOutput ( JMSessionRef session, const char* message, UInt32 messageLen);
session
- The session sending the text.
message
- The text to display.
messageLen
- The length of the text.
DISCUSSION
When invoking the Java runtime environment usingJMOpenSession
, you must designate a callback function to display any console output received from the session.